projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ae0a72
)
* lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.
author
Andrea Corallo
<akrl@sdf.org>
Sun, 21 Mar 2021 20:55:13 +0000
(21:55 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 21 Mar 2021 20:55:13 +0000
(21:55 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index e688d41f5d9025a21eb57ccbf654a472003d6ac8..90e127d63232add9a532821c82b7da9e011ef3f3 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-4099,6
+4099,7
@@
bytecode definition was not changed in the meantime)."
\f
;;; Compiler entry points.
+;;;###autoload
(defun comp-lookup-eln (filename)
"Given a Lisp source FILENAME return the corresponding .eln file if found.
Search happens in `comp-eln-load-path'."